func runtime.gostringnocopy
9 uses
runtime (current package)
cgocallback.go#L12: panic(gostringnocopy(p))
runtime1.go#L78: argslice[i] = gostringnocopy(argv_index(argv, i))
string.go#L564: func gostringnocopy(str *byte) string {
symtab.go#L643: return gostringnocopy(&md.funcnametab[nameOff])
symtab.go#L968: return gostringnocopy(&datap.filetab[fileoff])
traceback.go#L1588: println(gostringnocopy(arg.funcName))
traceback.go#L1594: print(gostringnocopy(arg.file), ":", arg.lineno, " ")
vdso_linux.go#L193: if def.vd_hash == ver.verHash && ver.version == gostringnocopy(&info.symstrings[aux.vda_name]) {
vdso_linux.go#L220: if k.name != gostringnocopy(&info.symstrings[sym.st_name]) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |